home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 PPC / Demo / www / HUNT < prev    next >
Text File  |  1996-05-19  |  237b  |  13 lines

  1. #! /bin/sh
  2.  
  3. wwwhunt.py -d $* >>@hunt.out 2>&1
  4. echo "" >>@hunt.out
  5. echo "--- Exit status $? ---" >>@hunt.out
  6.  
  7. while test -f @todo.dir
  8. do
  9.     wwwhunt.py -d >>@hunt.out 2>&1
  10.     echo "" >>@hunt.out
  11.     echo "--- Exit status $? ---" >>@hunt.out
  12. done
  13.